home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
LineColorGraphicsChange.h
< prev
next >
Wrap
Text File
|
1992-03-15
|
221b
|
12 lines
@interface LineColorGraphicsChange : SimpleGraphicsChange
{
NXColor color;
}
- initGraphicView:aGraphicView color:(const NXColor *)aColor;
- (const char *)changeName;
- changeDetailClass;
- (NXColor)lineColor;
@end